allocate memory

英 [ˈæləkeɪt ˈmeməri] 美 [ˈæləkeɪt ˈmeməri]

网络  分配内存; 分配存储器

计算机



双语例句

  1. The best way to avoid the need to allocate memory in a handler is to allocate, in advance, space for signal handlers to use.
    避免在处理器分配内存的最好方法是,为信号处理器预先分配要使用的内存。
  2. As the agent or subagent requires more heap space to process larger SQL statements, the database manager will allocate memory as needed, up to the maximum specified by this parameter.
    当代理程序或子代理程序需要更多的堆空间以处理较大的SQL语句时,数据库管理器将按照需要分配内存,所分配的内存大小最大可达到该参数所指定的最大值。
  3. So long as the operands are both already sorted into document order, this avoids the need to allocate memory for the intermediate node sets.
    只要已经按文档顺序排序了这两个操作数,就不必为中间节点集分配内存。
  4. After you allocate memory, it becomes yellow, which represents allocated but uninitialized memory.
    当您分配内存以后,它就变成黄色,这表明已经被分配但是没有初始化。
  5. Soon after that, the kernel starts swapping some of those pages to disk in anticipation of having to allocate memory to the process that's allocating memory.
    在此之后,如果内核预计必须为请求内存的进程分配内存,它就会开始把一些页面交换到磁盘。
  6. AIX will dynamically allocate memory based on workload utilization and LPAR configuration.
    AIX会根据工作负载利用率和LPAR配置动态地分配内存。
  7. The host system only needs to allocate memory purely for the need of guest system ( and its forked processes).
    宿主系统只需要分配完全只是客户系统(及其派生的进程)所需要的内存。
  8. The heap filled up, and the application failed to allocate memory.
    堆被注满,应用程序分配内存失败。
  9. BSUs allocate memory for the instance and database, intercept and handle signals, and handle exceptions sent to DB2.
    BSU为实例和数据库分配内存,拦截和处理信号,并处理发送到DB2的异常。
  10. Allocate memory to the guest.
    为这个guest分配内存。
  11. In doing so, you also need to allocate memory and create the object.
    然而这样做,您也需要分配内存和创建对象。
  12. As workloads or virtual partitions change, DB2 will react and dynamically allocate memory.
    随着工作负载或虚拟分区的变化,DB2会做出反应,动态地分配内存。
  13. Another approach, called buddy memory allocation, is a faster memory technique that divides memory into power-of-2 partitions and attempts to allocate memory requests using a best-fit approach.
    另外一种方法称为buddymemoryallocation,是一种更快的内存分配技术,它将内存划分为2的幂次方个分区,并使用best-fit方法来分配内存请求。
  14. Since these processes already exist, there's no need for the operating system to waste valuable time to create a process, allocate memory to it, and so on.
    由于这些进程已经存在,因此操作系统不需要浪费宝贵的时间来创建进程、为之分配内存等等。
  15. What this does is provides the capability to allocate memory for a process from the memory module which contains the processor that caused the page fault.
    这样做的目的是,在内存模块中为处理器上产生缺页的进程提供内存分配的功能。
  16. We then allocate memory on put and free it on remove, something we can do because we are a cache, rather than a general purpose Java program.
    届时我们会在放入数据时分配内存、移除数据时释放内存,我们能做这些事情是因为BigMemory是个缓存,而不是一般用途的Java程序。
  17. Could not allocate memory for file copy buffer.
    无法给文件复制缓冲区分配内存。
  18. Detection Manager failed to allocate memory for internal use.
    检测管理程序无法分配内部使用内存。
  19. The bulk data provider failed to allocate memory.
    大容量数据提供程序分配内存失败。
  20. Note, however, that if a procedure needs to allocate memory that will last longer than the current stage, it can use a longer-term obstack as well, such as the connection or the global one.
    不过,要注意的是,如果一个过程需要分配持续时间比当前阶段更长的内存,那么它也可以使用更长期限的obstack,比如连接或者全局内存。
  21. The replication operation failed to allocate memory.
    复制操作无法分配内存。
  22. The License Logging Service was unable to allocate memory.
    无法进行许可证记录服务的内存分配。
  23. Therefore, it is structured around making the best use of locking to keep any process from having to wait to allocate memory.
    因此,它的构造以锁的使用为中心,从而使所有进程不必等待分配内存。
  24. Error: cannot allocate memory for command buffer
    错误:无法为命令缓冲区分配内存
  25. The firewall could not allocate memory to fulfill your request.
    防火墙不能为你的请求分配内存。
  26. The application was unable to allocate memory for the Connection Manager object.
    应用程序无法分配连接管理器对象所用的内存。
  27. There are numerous ways in which the asynchronous patterns can allocate memory without the developer explicitly using the new operator.
    异步模式下无需开发者显式使用new运算符,即可通过多种方式分配内存。
  28. Drivers should not allocate memory using one of the must-succeed specifiers.
    驱动不应该使用一个必须继承的指定器来分配内存。
  29. We allocate memory on put ( malloc) and we free memory on remove ( free).
    我们在放入数据的时候分配内存(malloc),移除数据的时候释放内存(free)。
  30. Using Slab to allocate memory
    应用Slab技术分配内存